WOImage
Synopsis
WOImage{src=aURL | value=imageData...};
Description
A WOImage displays an image in the HTML. It corresponds to the HTML element <IMG SRC="URL">.
- src
-
The URL for the image data. The source can be statically specified in the declaration file or it can be returned as the result of a method invocation.
- value
-
The source for the image data. This data can come from a database, a file, or memory
Examples